GoXam for WPF v3
CheckMemberValid Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : CheckMemberValid Method
the node data that is a group
a node data to be considered for adding to the group
whether to ignore the membernodedata's existing group membership, because that member is being transferred out of its existing group
This predicate is true if adding a node to a group node would result in an invalid graph.
Syntax

Parameters

groupnodedata
the node data that is a group
membernodedata
a node data to be considered for adding to the group
ignoreexistingmembership
whether to ignore the membernodedata's existing group membership, because that member is being transferred out of its existing group

Return Value

This returns false for membership that would break the tree structure of the model's graph of groups.
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members